home *** CD-ROM | disk | FTP | other *** search
- Path: news.chattanooga.net!usenet
- From: "Eric W. Bradway" <ebradway@microsports.com>
- Newsgroups: comp.lang.c
- Subject: Re: End of File
- Date: Tue, 30 Jan 1996 12:55:07 -0500
- Organization: Micro Sports, Inc.
- Message-ID: <310E5B7B.4610@microsports.com>
- References: <4edr5q$8fi@baloo.pipex-sa.net>
- NNTP-Posting-Host: 205.244.28.38
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (Win95; I)
-
- Unregistered wrote:
- >
- > How does one set the file pointer to end of file on a binary file in C.
-
- fseek(file, 0L, SEEK_END);
-